Package-level declarations

Types

Link copied to clipboard
object Carbon

Convenience class to provite quick access to Carbon themes and layer.

Functions

Link copied to clipboard
fun CarbonDesignSystem(theme: Theme = if (isSystemInDarkTheme()) Gray100Theme else WhiteTheme, uiShellInlineTheme: Theme = theme, layer: Layer = Layer.Layer00, content: @Composable () -> Unit)

Entry point for a content using the Carbon Design System.